home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / include / Xm / SeparatoG.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-30  |  1.4 KB  |  55 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. 
  3.  * ALL RIGHTS RESERVED 
  4. */ 
  5. /* 
  6.  * Motif Release 1.2
  7. */ 
  8. /*   $RCSfile: SeparatoG.h,v $ $Revision: 10.1 $ $Date: 1994/02/03 15:49:43 $ */
  9. /*
  10. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  11. /*  Separator Gadget  */
  12. #ifndef _XmSeparatorGadget_h
  13. #define _XmSeparatorGadget_h
  14.  
  15. #include <Xm/Xm.h>
  16.  
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20.  
  21. #ifndef XmIsSeparatorGadget
  22. #define XmIsSeparatorGadget(w) XtIsSubclass(w, xmSeparatorGadgetClass)
  23. #endif /* XmIsSeparator */
  24.  
  25. externalref WidgetClass xmSeparatorGadgetClass;
  26.  
  27. typedef struct _XmSeparatorGadgetClassRec * XmSeparatorGadgetClass;
  28. typedef struct _XmSeparatorGadgetRec      * XmSeparatorGadget;
  29. typedef struct _XmSeparatorGCacheObjRec   * XmSeparatorGCacheObject;
  30.  
  31.  
  32. /********    Public Function Declarations    ********/
  33. #ifdef _NO_PROTO
  34.  
  35. extern Widget XmCreateSeparatorGadget() ;
  36.  
  37. #else
  38.  
  39. extern Widget XmCreateSeparatorGadget( 
  40.                         Widget parent,
  41.                         char *name,
  42.                         ArgList arglist,
  43.                         Cardinal argcount) ;
  44.  
  45. #endif /* _NO_PROTO */
  46. /********    End Public Function Declarations    ********/
  47.  
  48.  
  49. #ifdef __cplusplus
  50. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  51. #endif
  52.  
  53. #endif /* _XmSeparatorGadget_h */
  54. /* DON'T ADD STUFF AFTER THIS #endif */
  55.